type context.timerCtx

6 uses

	context (current package)
		context.go#L442: 	c := &timerCtx{
		context.go#L465: type timerCtx struct {
		context.go#L472: func (c *timerCtx) Deadline() (deadline time.Time, ok bool) {
		context.go#L476: func (c *timerCtx) String() string {
		context.go#L482: func (c *timerCtx) cancel(removeFromParent bool, err error) {
		context.go#L582: 		case *timerCtx: